/*多行溢出*/
/*网站响应样式*/
@media (max-width: 991px) {
  /*other-menu*/
  .other-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
  /*文字列表*/
  .comp-text-list-01 .box-s {
    line-height: 26px;
  }
  .comp-text-list-01 .box-s:after {
    top: 25px;
    margin-top: 0;
  }
  .comp-text-list-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-02 li {
    margin-bottom: 20px;
  }
  .comp-text-list-02 .box-s {
    padding: 15px;
  }
  .comp-text-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-04 .box-s {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .comp-text-list-04 .box-s .box-icon {
    position: relative;
  }
  .comp-text-list-04 .box-s .box-title {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 20px;
  }
  .comp-text-list-05 .box-s {
    padding: 20px;
    position: relative;
  }
  .comp-text-list-05 .box-s .box-date {
    float: left;
    width: 80px;
  }
  .comp-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 30px;
  }
  .comp-text-list-05 .box-s .box-more {
    display: none;
  }
  .comp-text-list-06 .box-s {
    padding-right: 0;
  }
  .comp-text-list-06 .box-s:before {
    top: 26px;
    margin-top: 0;
  }
  .comp-text-list-06 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-06 .box-s .box-date {
    position: static;
    margin-top: 0;
  }
  .comp-text-list-07 li {
    margin-bottom: 20px;
  }
  .comp-text-list-07 li .box-s {
    padding: 20px 20px 20px 0;
  }
  .comp-text-list-07 li .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  /*图文列表*/
  .comp-image-text-list-01 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-01 .box-s .box-img {
    height: 220px;
  }
  .comp-image-text-list-02 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-04 .box-s .box-top {
    position: relative;
    margin-bottom: 15px;
  }
  .comp-image-text-list-04 .box-s .box-date {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
  }
  .comp-image-text-list-04 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-06 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comp-image-text-list-06 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-07 .box-s .box-info {
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .comp-image-text-list-07 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  /*人员列表*/
  .comp-personnel-list-01 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-01 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-01 .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-02 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-02 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-05 .box-s .box-img {
    float: none;
    margin-right: 0;
  }
  /*人员细览*/
  .comp-personnel-details-01 .info-top {
    padding: 15px;
  }
  .comp-personnel-details-01 .info-top .box-img {
    position: static;
    margin-bottom: 20px;
  }
  .comp-personnel-details-01 .info-top .box-info {
    padding: 20px 15px;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-row {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-call {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center {
    padding-left: 0;
  }
  .comp-personnel-details-02 .info-center .box-img {
    position: relative;
    padding: 20px;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-info {
    padding: 20px;
  }
  .comp-personnel-details-02 .info-other {
    padding: 20px;
  }
  .comp-personnel-details-03 .details-info {
    float: none;
  }
}
/*网站响应样式*/
@media (min-width: 1680px) and (max-width: 1799px) {
  .video-hot .video-scroll {
    margin-bottom: 35px;
  }
  .video-hot .video-scroll .video-top {
    margin-right: 242px;
  }
  .video-hot .video-scroll .video-thumbs {
    width: 230px;
  }
  .video-hot .video-scroll .video-box .box-video,
  .video-hot .video-scroll .video-box .box-img {
    height: 650px;
  }
  .video-hot .video-scroll .video-boxs .box-img {
    height: 120px;
  }
  .video-hot .video-scroll .video-boxs .box-img img {
    height: 120px;
  }
  .video-list-03.list-01 .box-s .box-img img {
    height: 146px;
  }
  .video-list-03.list-02 .box-s .box-img img {
    height: 184px;
  }
}
@media (max-width: 1679px) and (min-width: 1200px) {
  .video-hot .video-scroll {
    margin-bottom: 35px;
  }
  .video-hot .video-scroll .video-top {
    margin-right: 210px;
  }
  .video-hot .video-scroll .video-thumbs {
    width: 190px;
  }
  .video-hot .video-scroll .video-box .box-video,
  .video-hot .video-scroll .video-box .box-img {
    height: 540px;
  }
  .video-hot .video-scroll .video-boxs .box-img {
    height: 96px;
  }
  .video-hot .video-scroll .video-boxs .box-img img {
    height: 96px;
  }
  .video-list-03.list-01 .box-s .box-img img {
    height: 124px;
  }
  .video-list-03.list-02 .box-s .box-img img {
    height: 148px;
  }
  .video-list-03.list-03 .box-img img {
    height: 86px;
  }
}
@media (max-width: 1679px) {
  .index-banner {
    position: relative;
  }
  .index-banner .banner-img,
  .index-banner .thumbs-banner-img {
    overflow: hidden;
  }
  .index-banner .banner-img img,
  .index-banner .thumbs-banner-img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
  }
  .index-banner .banner-img {
    height: auto;
    min-height: auto;
  }
  .index-banner .banner-img a img {
    display: block;
    width: 100%;
  }
  .index-activity .activity-main .box-img img,
  .activity-reco .box-img img {
    height: 450px;
  }
  .index-activity .activity-main .box-info,
  .activity-reco .box-info {
    padding: 40px 25px 20px 0;
  }
  .index-activity .activity-main .box-info .info-txt,
  .activity-reco .box-info .info-txt {
    margin-bottom: 15px;
  }
  .index-activity .activity-main .activity-page,
  .activity-reco .activity-page {
    left: auto;
    right: 30px;
    bottom: 25px;
  }
  .activity-footprint {
    padding-top: 60px;
  }
  .activity-footprint .cont-map {
    height: 642px;
  }
  .activity-footprint .cont-num-groups {
    top: 190px;
    left: 520px;
    right: 0;
    height: 270px;
    padding-left: 70px;
  }
  .activity-footprint .cont-num-groups .box-groups {
    padding-top: 55px;
    width: 100%;
  }
  .video-list-02.list-yss .box-img img {
    height: 188px;
  }
  .video-list-02 .box-img img {
    height: 212px;
  }
  .article-page .article-top .box-b .box-img {
    height: 244px;
  }
  .article-page .article-hot .hot-title {
    background: url('kxyzg2024-icon13.png') no-repeat 30px 23px #F0F1F2;
    padding-left: 62px;
    font-weight: bold;
    color: #262626;
    height: 70px;
    line-height: 70px;
  }
  .article-page .article-hot .hot-main {
    padding: 20px;
  }
  .index-activity .activity-main .box-info .info-groups {
    margin-bottom: 15px;
  }
  .index-activity .activity-list .box-s .box-img {
    height: 214px;
  }
  .index-video .video-scroll .video-box .box-video {
    height: 700px;
  }
  .index-video .video-list .box-img img {
    height: 152px;
  }
  .index-article .box-b .box-img {
    height: 238px;
  }
  .index-article .box-s {
    margin-bottom: 20px;
  }
  .index-book .main-cont .book-next,
  .index-book .main-cont .book-prev {
    width: 50px;
    height: 50px;
  }
  .index-book .main-cont .book-prev {
    left: -80px;
  }
  .index-book .main-cont .book-next {
    right: -80px;
  }
  .index-news .news-list .box-title {
    height: 54px;
    line-height: 54px;
  }
  .list-special .box-s {
    margin-bottom: 35px;
  }
  .list-special .box-s .box-img img {
    height: 210px;
  }
}
@media (max-width: 1439px) {
  .h38 {
    font-size: 32px;
  }
  .about-box-01 {
    padding-bottom: 60px;
  }
  .about-box-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-activity .activity-main .box-img img,
  .activity-reco .box-img img {
    height: 448px;
  }
  .index-activity .activity-main .box-info .info-title,
  .activity-reco .box-info .info-title {
    margin-bottom: 5px;
  }
  .index-activity .activity-main .box-info .info-txt,
  .activity-reco .box-info .info-txt {
    margin-bottom: 10px;
  }
  .index-activity .activity-main .activity-page,
  .activity-reco .activity-page {
    bottom: 15px;
  }
  .index-activity .activity-main .activity-page .swiper-pagination-bullet,
  .activity-reco .activity-page .swiper-pagination-bullet {
    width: 36px;
    height: 6px;
  }
  .book-details .details-cont .cont-title a {
    width: 180px;
  }
  .index-box {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .index-book .main-cont .book-prev {
    left: -30px;
  }
  .index-book .main-cont .book-next {
    right: -30px;
  }
}
@media (max-width: 1279px) {
  .video-list-02 .box-img img {
    height: 194px;
  }
  .index-activity .activity-main .box-img img,
  .activity-reco .box-img img {
    height: 430px;
  }
  .index-activity .activity-list .box-s .box-img {
    height: 202px;
  }
  .index-video .video-list .box-img img {
    height: 144px;
  }
  .index-article .box-b .box-img {
    height: 224px;
  }
  .index-article .box-s {
    margin-bottom: 25px;
  }
  .index-book .main-cont .book-next,
  .index-book .main-cont .book-prev {
    width: 40px;
    height: 40px;
  }
  .index-book .main-cont .book-prev {
    left: 0px;
  }
  .index-book .main-cont .book-next {
    right: 0px;
  }
  .index-book .main-cont .main-img {
    height: 420px;
    text-align: center;
  }
  .index-book .main-cont .main-img img {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .index-book .main-cont .main-info .box-book .box-img {
    width: 130px;
    height: 180px;
    line-height: 180px;
  }
  .index-news .news-list .box-title {
    height: 51px;
    line-height: 51px;
  }
  .list-special .box-s {
    margin-bottom: 30px;
  }
  .list-special .box-s .box-img img {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h36 {
    font-size: 28px;
  }
  .h38 {
    font-size: 30px;
  }
  .about-box-01 {
    padding-bottom: 50px;
  }
  .about-box-02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-activity .activity-main .box-info,
  .activity-reco .box-info {
    padding: 30px;
  }
  .index-activity .activity-main .box-info .info-groups,
  .activity-reco .box-info .info-groups {
    margin-bottom: 30px;
  }
  .video-list-02.list-yss .box-img img {
    height: 148px;
  }
  .video-list-02 .box-img img {
    height: 162px;
  }
  .activity-detail .detail-img {
    margin-bottom: 30px;
  }
  .activity-correlation {
    padding-top: 50px;
  }
  .article-list {
    margin-bottom: 50px;
  }
  .book-details {
    padding-top: 20px;
  }
  .book-details .details-cont .cont-title a {
    width: 120px;
  }
  .video-hot .video-scroll .video-top {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .video-hot .video-scroll .video-thumbs {
    position: static;
    width: 100%;
  }
  .video-hot .video-scroll .video-box .box-video,
  .video-hot .video-scroll .video-box .box-img {
    height: 540px;
  }
  .video-hot .video-scroll .video-box .box-info .info-cont {
    left: 30px;
  }
  .video-hot .video-scroll .video-boxs .box-img {
    height: auto;
  }
  .video-hot .video-scroll .video-boxs .box-img img {
    height: 98px;
  }
  .video-list-03.list-01 .box-s .box-img img {
    height: 122px;
  }
  .video-list-03.list-02 .box-s .box-img img {
    height: 164px;
  }
  .video-list-03.list-03 .box-img img {
    height: 128px;
  }
  .video-list-03 .box-s .box-img {
    margin-bottom: 10px;
  }
  .index-banner .thumbs-wrap {
    bottom: 30px;
  }
  .index-banner .thumbs-cont {
    width: 600px;
  }
  .index-banner .thumbs-banner-img img {
    height: 76px;
  }
  .index-box {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .index-title {
    line-height: 44px;
    margin-bottom: 30px;
  }
  .index-title .title-more span {
    line-height: 44px;
  }
  .index-activity .activity-list .box-s .box-img {
    height: 165px;
  }
  .index-video .video-scroll .video-box .box-video {
    height: 520px;
  }
  .index-video .video-scroll .video-boxs {
    width: 120px;
  }
  .index-video .video-scroll .video-boxs .box-img {
    height: 64px;
  }
  .index-video .video-scroll .video-boxs .box-img img {
    height: 62px;
  }
  .index-video .video-list .box-img img {
    height: 122px;
  }
  .index-article .box-b {
    margin-bottom: 30px;
  }
  .index-article .box-b .box-img {
    height: 290px;
  }
  .index-article .box-s {
    margin-bottom: 25px;
  }
  .index-book .main-cont .main-img {
    height: 380px;
  }
  .index-book .main-cont .main-img img {
    width: 80%;
  }
  .index-book .main-cont .main-info .box-book .box-img {
    width: 120px;
    height: 170px;
    line-height: 170px;
  }
  .index-news .news-reco {
    margin-bottom: 20px;
  }
  .list-special .box-s .box-img img {
    height: 166px;
  }
}
@media (max-width: 991px) {
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 24px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .main-content {
    padding-right: 0;
  }
  .footer .cont-info {
    margin-bottom: 15px;
  }
  .footer .cont-erwm {
    position: static;
  }
  .about-box .about-title {
    margin-bottom: 20px;
  }
  .about-box-03 .box-info {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0;
  }
  .about-box-03 .map-w {
    position: static;
  }
  .about-box-03 .box-map {
    min-height: 400px;
    height: 400px;
    position: relative;
  }
  .about-box-03 .maps {
    left: 0;
  }
  .activity-list-02 .box-s {
    padding: 25px;
  }
  .activity-list-02 .box-s .box-img {
    width: 380px;
    margin-right: 30px;
  }
  .activity-list-02 .box-s .box-info {
    padding-top: 0;
  }
  .activity-list-02 .box-s .box-info .info-other {
    line-height: 24px;
  }
  .activity-footprint {
    padding-top: 40px;
  }
  .activity-footprint .cont-map {
    height: 500px;
    width: 100%;
    margin-bottom: 30px;
  }
  .activity-footprint .cont-num-groups {
    position: static;
    height: 270px;
    padding-left: 0;
  }
  .activity-footprint .cont-num-groups .box-groups {
    padding-top: 55px;
    width: 100%;
  }
  .video-list-02.list-yss .box-img img {
    height: 174px;
  }
  .video-list-02 .box-img img {
    height: 198px;
  }
  .box-list .list-menuw,
  .about-groups .list-menuw {
    display: none;
  }
  .box-list .book-menu,
  .about-groups .book-menu {
    margin-bottom: 20px;
  }
  .box-list .book-menu .menu-title,
  .about-groups .book-menu .menu-title {
    margin-bottom: 10px;
  }
  .book-details .details-title {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: bold;
    color: #BE2F29;
  }
  .book-details .details-left {
    margin-bottom: 35px;
  }
  .book-details .details-left .box-img img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .book-details .details-left .box-title {
    font-weight: bold;
  }
  .book-details .details-left .box-title .title-s {
    color: #BE2F29;
    margin-bottom: 10px;
  }
  .book-details .details-left .box-title .txt-s span {
    display: inline-block;
    margin-right: 10px;
  }
  .book-details .details-left .box-title .txt-s span:last-child {
    margin-right: 0;
  }
  .book-details .details-cont .cont-title {
    background: #F5F8FD;
    border-radius: 25px;
    margin-bottom: 40px;
    text-align: center;
  }
  .book-details .details-cont .cont-title a {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
  }
  .video-hot .video-scroll .video-box .box-video,
  .video-hot .video-scroll .video-box .box-img {
    height: 405px;
  }
  .video-hot .video-scroll .video-boxs .box-img img {
    height: 98px;
  }
  .video-list-03.list-01 .box-s .box-img img {
    height: 126px;
  }
  .video-list-03.list-02 .box-s .box-img img {
    height: 194px;
  }
  .video-list-03.list-03 .box-img img {
    height: 96px;
  }
  .search-class-menu .menu-search-box {
    max-width: 625px;
  }
  .search-class-menu .menu-cont {
    padding: 20px 30px 25px 30px;
  }
  .index-banner .thumbs-wrap {
    bottom: 30px;
  }
  .index-banner .thumbs-cont {
    width: 550px;
  }
  .index-banner .thumbs-banner-img img {
    height: 72px;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .index-activity .activity-main .box-img img,
  .activity-reco .box-img img {
    height: 408px;
  }
  .index-activity .activity-list .box-s .box-img {
    height: 122px;
  }
  .index-activity .activity-list .box-s .box-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-video .video-scroll {
    margin-bottom: 30px;
  }
  .index-video .video-scroll .video-box .box-video {
    height: 400px;
  }
  .index-video .video-scroll .video-boxs {
    width: 100%;
  }
  .index-video .video-scroll .video-boxs .box-img {
    height: auto;
  }
  .index-video .video-scroll .video-boxs .box-img img {
    height: 94px;
  }
  .index-video .video-scroll .video-boxs .box-title {
    color: #262626;
  }
  .index-video .video-scroll .video-top {
    margin-bottom: 20px;
  }
  .index-video .video-scroll .video-thumbs {
    position: relative;
    top: auto;
    transform: translateY(0);
    right: 0;
    width: 100%;
  }
  .index-video .video-scroll .swiper-slide-thumb-active .video-boxs .box-img {
    border-color: #13325E;
  }
  .index-video .video-list .box-s {
    margin-bottom: 25px;
  }
  .index-video .video-list .box-img img {
    height: 198px;
  }
  .index-book .main-cont .main-img {
    margin-bottom: 10px;
    height: 360px;
  }
  .index-book .main-cont .main-img img {
    width: 80%;
    max-height: 360px;
  }
  .index-book .main-cont .main-info .scroll-wrap {
    position: relative;
  }
  .index-book .main-cont .main-info .info-top .box-title {
    margin-bottom: 5px;
  }
  .index-book .main-cont .main-info .box-book .box-img {
    width: 120px;
    height: 170px;
    line-height: 170px;
  }
  .index-article .box-b .box-img {
    height: 220px;
  }
  .list-special .box-s .box-img img {
    height: 194px;
  }
  .article-page .article-top .box-b .box-img {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h36 {
    font-size: 22px;
  }
  .h38 {
    font-size: 24px;
  }
  .h40 {
    font-size: 26px;
  }
  .footer .cont-erwm > div {
    float: left;
    margin-right: 15px;
    width: 94px;
    text-align: center;
  }
  .footer .cont-erwm > div:last-child {
    margin-right: 0;
  }
  .footer .cont-erwm > div .box-img {
    display: inline-block;
  }
  .footer .cont-erwm > div .box-img img {
    display: block;
    width: 100px;
  }
  .footer .cont-erwm > div .box-title {
    line-height: 24px;
    font-size: 13px;
  }
  .about-box .about-title {
    margin-bottom: 15px;
  }
  .about-box-01 {
    padding-bottom: 40px;
  }
  .about-box-02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-box-03 .box-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-box-03 .box-map {
    min-height: 300px;
    height: 300px;
  }
  .page-main {
    padding-bottom: 40px;
  }
  .public-banner .container {
    height: 180px;
  }
  .index-activity .activity-main .box-img img,
  .activity-reco .box-img img {
    height: 194px;
  }
  .index-activity .activity-main .box-info,
  .activity-reco .box-info {
    padding: 20px 20px 40px;
  }
  .index-activity .activity-main .box-info .info-title,
  .activity-reco .box-info .info-title {
    margin-bottom: 10px;
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-activity .activity-main .box-info .info-txt,
  .activity-reco .box-info .info-txt {
    margin-bottom: 20px;
  }
  .index-activity .activity-main .box-info .info-groups > div,
  .activity-reco .box-info .info-groups > div {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .activity-list-02 .box-s {
    padding: 20px;
  }
  .activity-list-02 .box-s .box-img {
    float: none;
    overflow: hidden;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .activity-list-02 .box-s .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .activity-footprint .cont-map {
    height: 300px;
  }
  .video-list-02 .box-s {
    margin-bottom: 30px;
  }
  .video-list-02 .box-img img {
    height: auto;
  }
  .video-list-02 .box-info {
    padding: 15px 20px;
  }
  .video-list-02 .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .activity-correlation {
    padding-top: 40px;
  }
  .activity-correlation .correlation-title {
    margin-bottom: 20px;
  }
  .news-list-02 .col-w:last-child .box-s {
    margin-bottom: 0;
  }
  .news-list-02 .box-s {
    height: auto;
    padding: 15px 20px;
  }
  .news-list-02 .box-s .box-date {
    margin-bottom: 5px;
  }
  .news-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .public-title {
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .public-title.title-video {
    margin-bottom: 20px;
  }
  .public-title .title-class {
    margin-top: 8px;
  }
  .article-page .article-top .box-b:hover .box-img img {
    transform: translate(0, 0) scale(1.1);
  }
  .article-page .article-top .box-b .box-img {
    height: auto;
    margin-bottom: 20px;
  }
  .article-page .article-top .box-b .box-img img {
    position: static;
    transform: translate(0, 0);
  }
  .article-page .article-top .box-b .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .article-page .article-list .box-s {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article-page .article-list .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .article-page .article-list .box-s .box-title {
    font-size: 16px;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .article-page .article-hot .hot-title {
    background: url('kxyzg2024-icon13.png') no-repeat 15px 13px #F0F1F2;
    background-size: 20px;
    padding-left: 45px;
    height: 50px;
    line-height: 50px;
  }
  .article-page .article-hot .hot-main {
    padding: 20px 0;
  }
  .article-page .article-hot .hot-main li {
    margin-bottom: 10px;
  }
  .article-page .article-hot .hot-main li:last-child {
    margin-bottom: 0;
  }
  .article-page .article-hot .hot-main li .a-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-img-text li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .list-img-text .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
    max-height: none;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .list-img-text .box-s .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .box-list .book-groups .box-s {
    padding: 30px 20px;
  }
  .box-list .book-groups .box-s .box-img {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .video-hot .video-scroll .video-box .box-video,
  .video-hot .video-scroll .video-box .box-img {
    height: 220px;
  }
  .video-hot .video-scroll .video-box .box-info {
    background-position: left 0 bottom -150px;
  }
  .video-hot .video-scroll .video-box .box-info .info-cont {
    left: 15px;
    bottom: 15px;
  }
  .video-hot .video-scroll .video-box .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .video-hot .video-scroll .video-box .box-info .info-a {
    display: none;
  }
  .video-hot .video-scroll .video-box .box-info .info-tag {
    margin-bottom: 0;
  }
  .video-hot .video-scroll .video-boxs .box-img img {
    height: 98px;
  }
  .video-list-03.list-01 .box-s .box-img img {
    height: auto;
  }
  .video-list-03.list-02 .box-s .box-img img {
    height: auto;
  }
  .video-list-03 .box-s {
    margin-bottom: 25px;
  }
  .video-list-03 .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
    white-space: normal;
  }
  .search-class-menu-wrap {
    margin-bottom: 30px;
  }
  .search-class-menu .menu-search-box {
    max-width: 100%;
    top: -27px;
  }
  .search-class-menu .menu-search-box .s-inp {
    height: 44px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 110px;
  }
  .search-class-menu .menu-search-box .s-btn {
    width: 100px;
    height: 44px;
    line-height: 44px;
    background: url('kxyzg2024-icon20.png') no-repeat 16px 14px #0C3574;
    padding-left: 44px;
  }
  .search-class-menu .menu-cont {
    padding: 10px 15px 25px 15px;
  }
  .search-class-menu .menu-box {
    min-height: 30px;
  }
  .search-class-menu .menu-box .box-cont {
    padding-left: 0;
  }
  .search-class-menu .menu-box .box-cont a {
    height: 30px;
    min-width: 90px;
    line-height: 30px;
    border-radius: 17px;
    font-size: 15px;
  }
  .search-class-menu .menu-box .box-cont a:first-child {
    position: static;
    background: transparent;
    text-align: left;
  }
  .search-class-menu .menu-box .box-cont a:first-child.a-s {
    font-weight: bold;
    color: #13325E;
  }
  .index-banner .banner-img {
    height: auto;
    min-height: auto;
    margin-bottom: 15px;
  }
  .index-banner .banner-img a::after {
    display: none;
  }
  .index-banner .banner-img a img {
    display: block;
    height: 220px;
  }
  .index-banner .thumbs-wrap {
    bottom: 0;
    position: relative;
  }
  .index-banner .thumbs-cont {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index-banner .banner-prev,
  .index-banner .banner-next {
    border: 1px solid rgba(19, 50, 94, 0.5);
    background-size: 8px;
    width: 20px;
    height: 100%;
    margin-top: 0;
    top: 0;
  }
  .index-banner .banner-prev:hover,
  .index-banner .banner-next:hover {
    border: 1px solid #13325e;
  }
  .index-banner .banner-prev {
    background-image: url('kxyzg2024-prev.png');
    left: 0px;
  }
  .index-banner .banner-next {
    background-image: url('kxyzg2024-next.png');
    right: 0;
  }
  .index-banner .thumbs-banner-img img {
    height: 48px;
  }
  .index-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-title {
    line-height: 40px;
  }
  .index-title .title-more span {
    line-height: 40px;
  }
  .index-activity .activity-list .col-w:last-child .box-s {
    margin-bottom: 0;
  }
  .index-activity .activity-list .box-s {
    margin-bottom: 25px;
  }
  .index-activity .activity-list .box-s:hover .box-img img {
    transform: translate(0, 0) scale(1.1);
  }
  .index-activity .activity-list .box-s .box-img {
    height: auto;
  }
  .index-activity .activity-list .box-s .box-img img {
    position: static;
    transform: translate(0, 0);
  }
  .index-activity .activity-list .box-s .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-video .video-scroll .video-box .box-video {
    height: 240px;
  }
  .index-video .video-scroll .video-box .box-info {
    background-position: left 0 bottom -100px;
  }
  .index-video .video-scroll .video-box .box-info .info-cont {
    left: 15px;
    bottom: 15px;
  }
  .index-video .video-scroll .video-box .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-video .video-scroll .video-box .box-info .info-a {
    display: none;
  }
  .index-video .video-scroll .video-box .box-info .info-tag {
    margin-bottom: 0;
  }
  .index-video .video-scroll .video-boxs {
    width: 100%;
  }
  .index-video .video-scroll .video-boxs .box-img {
    height: auto;
    margin-bottom: 8px;
  }
  .index-video .video-scroll .video-boxs .box-img img {
    height: 94px;
  }
  .index-video .video-scroll .video-boxs .box-title {
    color: #262626;
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 20px;
  }
  .index-video .video-scroll .video-top {
    margin-bottom: 20px;
  }
  .index-video .video-scroll .video-thumbs {
    position: relative;
    top: auto;
    transform: translateY(0);
    right: 0;
    width: 100%;
  }
  .index-video .video-scroll .swiper-slide-thumb-active .video-boxs .box-img {
    border-color: #13325E;
  }
  .index-video .video-list .box-img img {
    height: auto;
  }
  .index-video .video-list .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-article .box-b .box-title,
  .index-article .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-article .box-b:hover .box-img img {
    transform: translate(0, 0) scale(1.1);
  }
  .index-article .box-b .box-img {
    height: auto;
    margin-bottom: 15px;
  }
  .index-article .box-b .box-img img {
    position: static;
    transform: translate(0, 0);
  }
  .index-article .box-s {
    margin-bottom: 30px;
  }
  .index-article .box-s .box-img {
    float: none;
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 15px;
  }
  .index-article .box-s .box-img img {
    display: block;
    width: 100%;
    min-height: auto;
  }
  .index-news .news-reco .box-title {
    padding: 10px 20px;
  }
  .index-news .news-reco .box-title .title-s {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 1.6;
  }
  .index-news .news-reco .box-title .txt-s {
    display: none;
  }
  .index-news .news-list li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index-news .news-list .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-book .main-cont .main-img {
    margin-bottom: 10px;
    height: 300px;
  }
  .index-book .main-cont .main-img img {
    width: auto;
    max-height: 270px;
    height: 270px;
  }
  .index-book .main-cont .main-info .scroll-wrap {
    position: relative;
  }
  .index-book .main-cont .main-info .info-top {
    margin-bottom: 30px;
  }
  .index-book .main-cont .main-info .info-top .box-title {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .index-book .main-cont .main-info .box-book .box-img {
    width: 120px;
    height: 170px;
    line-height: 170px;
  }
  .index-book .main-cont .main-info .box-book .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-special .box-s .box-img img {
    height: auto;
  }
  .list-special .box-s .box-title a {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .video-details .main-box .xgplayer-skin-default {
    height: 260px !important;
  }
}
@media (max-width: 991px) {
  .activity-list-03 .box-s {
    padding: 30px;
  }
  .activity-list-03 .box-s .box-img {
    margin-bottom: 20px;
  }
  .activity-list-03 .box-s .box-info {
    padding-right: 0;
  }
  .list-img-text-02 li {
    padding: 30px 35px;
  }
  .list-img-text-02 .box-s .box-img {
    margin-right: 30px;
    padding-right: 30px;
  }
  .list-img-text-02 .box-s .box-img img {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .groups-bg .box-bg {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .groups-bg .box-bg .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .groups-xw {
    margin-top: 0;
  }
  .groups-xw .box-xw {
    height: auto;
    padding-right: 0;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .groups-xw .box-xw:last-child {
    margin-bottom: 0;
  }
  .groups-xw .box-xw .box-date {
    position: static;
    line-height: 30px;
    display: block;
  }
  .groups-xw .box-xw .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .activity-list-03 .box-s {
    padding: 15px;
  }
  .activity-list-03 .box-s .box-img {
    margin-bottom: 20px;
  }
  .activity-list-03 .box-s .box-info {
    padding-right: 0;
  }
  .list-img-text-02 li {
    padding: 20px;
  }
  .list-img-text-02 .box-s .box-img {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
    float: none;
    border-right: none;
  }
  .list-img-text-02 .box-s .box-img img {
    width: 100%;
  }
  .list-img-text-02 .box-s .box-img::after {
    display: none;
  }
  .list-img-text-02 .box-s .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 28px;
    font-size: 18px;
  }
  .list-img-text-02 .box-s .box-info .info-more {
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: 140px;
    height: 46px;
    line-height: 46px;
    background: #F7F8FA;
    border-radius: 23px;
    text-align: center;
    color: #024098;
  }
  .list-img-text-02 .box-s .box-info .info-more span {
    background: url('kxyzg2024-icon26.png') no-repeat right center;
    padding-right: 25px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 1365px) {
  .index-article-new .article-img {
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .index-article-new .article-img::after {
    top: 40px;
    right: 40px;
  }
  .index-article-new .article-info {
    padding-top: 0;
  }
  .index-article-new .article-info .info-top {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .index-article-new .article-info .info-top .top-title {
    line-height: 30px;
    margin-bottom: 15px;
  }
  .index-article-new .article-info .info-item .item-a::after {
    top: 18px;
  }
  .index-article-new .article-info .info-item .item-a a {
    height: 38px;
    line-height: 38px;
  }
  .about-groups .groups-title {
    margin-bottom: 30px;
  }
  .about-groups .about-cont .cont-info {
    font-size: 16px;
  }
  .about-groups .contact-us .box-map {
    height: 420px;
  }
}
@media (max-width: 992px) {
  .index-article-new .article-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .index-article-new .article-img {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .index-article-new .article-img::after {
    top: 20px;
    right: 20px;
  }
  .index-article-new .article-info .info-item .item-a {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .index-article-new .article-info .info-item .item-a::after {
    top: 12px;
    left: 0;
    width: 8px;
  }
  .index-article-new .article-info .info-item .item-a:last-child {
    margin-bottom: 0;
  }
  .index-article-new .article-info .info-item .item-a a {
    font-weight: normal;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .about-groups .groups-title {
    font-size: 26px;
  }
  .about-groups .contact-us .box-map {
    height: 280px;
  }
  .about-groups .contact-us .box-info {
    padding: 30px 20px;
  }
  .about-groups .contact-us .box-info .info-txt {
    font-size: 16px;
    padding-left: 25px;
  }
  .about-groups .contact-us .box-info .info-txt::after {
    width: 3px;
  }
}
